home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / hwgrcsp4.lha / README < prev    next >
Text File  |  1993-06-13  |  3KB  |  126 lines

  1. HWGRCS PATCH 4
  2.  
  3. README V1.0 13.jun.93 HWG
  4.  
  5.  
  6. IMPORTANT -- IMPORTANT -- IMPORTANT -- IMPORTANT -- IMPORTANT -- IMPORTANT
  7.  
  8. 1. The patch method has changed. Read this file carefully!
  9.  
  10. 2. If you did not use the "-a" option with LHA when unpacking this patch
  11.    go back and and use it. YOU NEED TO PRESERVE THE FILE ATTRIBUTES!
  12.  
  13. IMPORTANT -- IMPORTANT -- IMPORTANT -- IMPORTANT -- IMPORTANT -- IMPORTANT
  14.  
  15.  
  16.  
  17. This is the fourth bug fix for HWGRCS. A few changes to the patching method
  18. are now in place. The patch is divided into the binary patch and the source
  19. patch now.
  20.  
  21. TO INSTALL A BINARY PATCH:
  22.  
  23.     You _need_ the "HWGRCS patch level 2" archive hwgrcs.lha, length 482783
  24.     bytes. This patch is relative to patch level 2 as that was the only major
  25.     release.
  26.  
  27.     There must be about the same directory structure as in the hwgrcs.lha
  28.     archive for your current setup like:
  29.  
  30.         README.first
  31.         hwgrcs
  32.         hwgrcs/src      [etc]
  33.         hwgrcs/man      [etc]
  34.         hwgdiff
  35.         bin
  36.  
  37.     If you did mess around with that structure you might need to read the
  38.     following and duplicate the actions described manually depending on
  39.     your setup.
  40.  
  41.     Unpack hwgrcs.lha to any favorite place on your HD, RAM: whereever.
  42.  
  43.     Do an "Assign HWGRCSP2: <place>" where <place> is the path to where you
  44.     unpacked hwgrcs.lha.
  45.  
  46.     CD back to the place where you unpacked this patch (where this readme
  47.     is).
  48.  
  49.     Type "patchscript" <RETURN>
  50.     (If you don't trust me, check this script first ...
  51.      and DON'T TRUST ME ;^)
  52.  
  53.     The "README.first" will be updated, too.
  54.  
  55.  
  56. TO INSTALL A SOURCE PATCH
  57.  
  58.     To keep the file sizes small, I only distribute changes relative to the
  59.     previous release. If this is source patch <n>, you need to have source
  60.     patch <n> - 1 already installed. Basically this means that you need all
  61.     the patches to be up to date. You can't skip one.
  62.  
  63.     Patch in the .diff files with whatever means you have, by hand, a patch
  64.     sw, whatever ...
  65.  
  66.     Special note:
  67.  
  68.         The rcsfreeze source changed completely with HWGRCSP4. Please
  69.         rename the rcs file rcsfreeze,v to rcsfreeze.old,v and use the new
  70.         file rcsfreeze.c,v in this patch.
  71.  
  72.  
  73. Bug fixes/enhancements:
  74.  
  75.     - The .a Ada file extension and its comment leader are now finally
  76.       replaced by an Amiga assembler compatible ".a" with a leader of "* ".
  77.  
  78.       Therefore the complete list of Amiga specific extensions and comment
  79.       leaders is now:
  80.  
  81.         .a      "* "
  82.         .fd     "* "
  83.         .guide  "@REMARK "
  84.         .i      "* "
  85.         .ps     "% "
  86.  
  87.     - rcsfreeze is now a SAS/C 6.2 source. This was done because the script
  88.       froze the branch number instead of the highest revision on that
  89.       branch. This shouldn't happen anymore, but be careful!
  90.  
  91.  
  92. Included are:
  93.  
  94.     - The binary patches relative to "HWGRCS patch level 2"
  95.  
  96.     - The source diffs to the "HWGRCS patch level 3" release.
  97.  
  98.  
  99. Additional notes:
  100.  
  101.     If you have FTP access and if you don't see this file on aminet sites
  102.     already, it would be great if you could upload it. Any other means of
  103.     distribution are welcome, too. This file is freely redistributable.
  104.  
  105.  
  106. Please report bugs, enhancement request etc. concerning HWGRCS to me:
  107.  
  108.     Heinz Wrobel
  109.     Karlstr. 16
  110.     8035 Gauting
  111.     Germany
  112.  
  113.     FAX +49 89 850 51 25
  114.  
  115.     heinz@edohwg.adsp.sub.org
  116.  
  117. Please note that I'm not related to C=!
  118.  
  119. Well, have fun with it.
  120.  
  121.  
  122. Heinz Wrobel
  123.  
  124.  
  125.  
  126.